home *** CD-ROM | disk | FTP | other *** search
/ Chip 2004 December / 2004-12 CHIP.iso / Internet / The Bat! Professional 3.01 / thebat_professional.msi / Data1.cab / thebat.exe / 0 / RCDATA / TSHOWSIGREPORTFORM / TSHOWSIGREPORTFORM.txt
Text File  |  2004-10-12  |  2KB  |  91 lines

  1. object ShowSigReportForm: TShowSigReportForm
  2.   Left = 132
  3.   Top = 108
  4.   ActiveControl = SigList
  5.   BorderStyle = bsDialog
  6.   Caption = 'Signed Message Verification Report'
  7.   ClientHeight = 313
  8.   ClientWidth = 613
  9.   Color = clBtnFace
  10.   Font.Charset = DEFAULT_CHARSET
  11.   Font.Color = clWindowText
  12.   Font.Height = -11
  13.   Font.Name = 'MS Sans Serif'
  14.   Font.Style = []
  15.   OldCreateOrder = True
  16.   Position = poScreenCenter
  17.   OnActivate = FormActivate
  18.   OnClose = FormClose
  19.   PixelsPerInch = 96
  20.   TextHeight = 13
  21.   object lSigners: TLabel
  22.     Left = 8
  23.     Top = 40
  24.     Width = 35
  25.     Height = 13
  26.     Caption = 'Signers'
  27.     FocusControl = SigList
  28.   end
  29.   object lReport: TLabel
  30.     Left = 8
  31.     Top = 8
  32.     Width = 601
  33.     Height = 33
  34.     AutoSize = False
  35.     WordWrap = True
  36.   end
  37.   object SigList: TListView
  38.     Left = 8
  39.     Top = 56
  40.     Width = 599
  41.     Height = 217
  42.     Columns = <
  43.       item
  44.         Caption = 'Status'
  45.         Width = 200
  46.       end
  47.       item
  48.         Caption = 'Signing Time'
  49.         Width = 140
  50.       end
  51.       item
  52.         Caption = 'Issued To'
  53.         Width = 130
  54.       end
  55.       item
  56.         Caption = 'Issued By'
  57.         Width = -2
  58.         WidthType = (
  59.           -2)
  60.       end>
  61.     HideSelection = False
  62.     ReadOnly = True
  63.     RowSelect = True
  64.     TabOrder = 0
  65.     ViewStyle = vsReport
  66.     OnChange = SigListChange
  67.     OnDblClick = SigListDblClick
  68.   end
  69.   object bView: TButton
  70.     Left = 16
  71.     Top = 280
  72.     Width = 89
  73.     Height = 25
  74.     Caption = '&View...'
  75.     Enabled = False
  76.     TabOrder = 1
  77.     OnClick = bViewClick
  78.   end
  79.   object bOK: TButton
  80.     Left = 512
  81.     Top = 280
  82.     Width = 83
  83.     Height = 25
  84.     Cancel = True
  85.     Caption = '&OK'
  86.     Default = True
  87.     ModalResult = 1
  88.     TabOrder = 2
  89.   end
  90. end
  91.